From: Santiago Vila Date: Sun, 10 May 2026 22:35:00 +0000 (+0200) Subject: Skip flaky test X-Git-Tag: archive/raspbian/6.23.0-4+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=f1641cf566df16469a7b6ed33ba4fd9be321f394;p=kf6-krunner.git Skip flaky test Forwarded: https://bugs.kde.org/show_bug.cgi?id=519399 Gbp-Pq: Name skip-flaky-test.patch --- diff --git a/autotests/threadingtest.cpp b/autotests/threadingtest.cpp index add48ee..3828f1c 100644 --- a/autotests/threadingtest.cpp +++ b/autotests/threadingtest.cpp @@ -15,6 +15,10 @@ class ThreadingTest : public AbstractRunnerTest AbstractRunner *fakeRunner = nullptr; private Q_SLOTS: + void initTestCase() + { + QSKIP("Flaky test skipped"); + } void init() { initProperties();